DtedFile

Information upon some Digital Terrain Elevation Data file stored on the Drone.

Types

Link copied to clipboard
data class Coordinate(val latitude: Double, val longitude: Double)

DTED location coordinates.

Link copied to clipboard
data class GridResolution(val latitudeSpacing: Double, val longitudeSpacing: Double)

Resolution of the DTED grid.

Properties

Link copied to clipboard
abstract val checksum: String
Link copied to clipboard

resolution of the represented DTED grid

Link copied to clipboard
abstract val name: String
Link copied to clipboard

coordinates of the represented DTED cell's south-west corner

Link copied to clipboard
abstract val uploadDate: Date